home *** CD-ROM | disk | FTP | other *** search
/ Aminet 2 / Aminet AMIGA CDROM (1994)(Walnut Creek)[Feb 1994][W.O. 44790-1].iso / Aminet / text / misc / nenscript1_3.lha / version.h < prev   
C/C++ Source or Header  |  1992-11-24  |  1KB  |  34 lines

  1. /*
  2.  *  $Id: version.h,v 1.3 1992/10/07 22:06:08 craigs Exp $
  3.  *
  4.  *   This code was written by Craig Southeren whilst under contract
  5.  *   to Computer Sciences of Australia, Systems Engineering Division.
  6.  *   It has been kindly released by CSA into the public domain.
  7.  *
  8.  *   Neither CSA or me guarantee that this source code is fit for anything,
  9.  *   so use it at your peril. I don't even work for CSA any more, so
  10.  *   don't bother them about it. If you have any suggestions or comments
  11.  *   (or money, cheques, free trips =8^) !!!!! ) please contact me
  12.  *   care of geoffw@extro.ucc.oz.au
  13.  *
  14.  */
  15.  
  16. #ifndef US_VERSION
  17. char * version_string = "nenscript v1.13++ 24-November-1992";
  18. #else
  19. char * version_string = "nenscript v1.13++ (US version) 24-November-1992";
  20. #endif
  21.  
  22. char * copyright_string = "\
  23. This code was written by Craig Southeren whilst under contract\n\
  24. to Computer Sciences of Australia, Systems Engineering Division.\n\
  25. It has been kindly released by CSA into the public domain.\n\
  26. \n\
  27. Neither CSA or me guarantee that this source code is fit for anything,\n\
  28. so use it at your peril. I don't even work for CSA any more, so\n\
  29. don't bother them about it. If you have any suggestions or comments\n\
  30. (or money, cheques, free trips =8^) !!!!! ) please contact me\n\
  31. care of geoffw@extro.ucc.oz.au\n\
  32. ";
  33.  
  34.